home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / Remapollo / Modules / patches / workbench / install next >
Text File  |  2002-10-27  |  231b  |  6 lines

  1. set file `RequestFile Libs: file workbench.library title "Select original file:" noicons`
  2. rename ${file} as ${file}.bak
  3. spatch -o${file} -pworkbench.pch ${file}.bak
  4. unset file
  5. echo "workbench.library has been updated succesfully."
  6.